body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}

body {
  text-align: justify;
  word-break: normal;
  box-sizing: border-box;
  color: #222222;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5, 'Microsoft Yahei', '微软雅黑', tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
img,
span,
i {
  display: inline-block;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
input:focus {
  outline: none;
}
.input {
  -webkit-appearance: none; /*解决ios样式问题*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 清除浮动 - 使用双伪元素清除浮动 */
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
[Hide] {
  display: none;
}

/* 变黑白 */
html {
  filter: grayscale(0);
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.location-box {
  display: flex;
  align-items: center;
}
.location-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-text-box {
  display: flex;
  align-items: center;
}
footer a {
  color: #222;
}

/* 禁止页面滚动 */
.ovfHiden {
  overflow: hidden;
  height: 100%;
}
.page-location-box {
  background: url('../img/bgc-about@2x.png') no-repeat center;
}
